Vcenter Lcm Discovery InteropReport Report
Vcenter Lcm Discovery InteropReport Report
The Vcenter Lcm Discovery InteropReport Report schema contains the interoperability report between the target product and the other registered products in the vCenter Server instance.
JSON Example
{
"date_created": "string",
"target_product": {
"installed_product": "string",
"name": "string",
"version": "string",
"target_version": "string",
"deployments": [
"string"
],
"auto": false
},
"products": [
{
"product": {
"installed_product": "string",
"name": "string",
"version": "string",
"target_version": "string",
"deployments": [
"string"
],
"auto": false
},
"compatible": false,
"compatible_releases": [
{
"version": "string",
"note": "string"
}
]
}
],
"issues": {
"info": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
],
"warnings": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
],
"errors": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
]
},
"summary": {
"compatible_count": 0,
"incompatible_count": 0
}
}
string As date-time
As date-time
date_created
Required
Time when the report is created.
target_product
Required
A product against the other products are compared to. Only vCenter Server is supported.
products
Required
Interoperability matrix for the supplied target product and the other registered products.
issues
Optional
Lists of issues encountered during report creation.
set if any issues encountered.
summary
Required
A summary of the interoperability matrix.